Version

WorksheetItemCollection<T> Class

Abstract base class for collections of the main worksheet elements (rows, columns, and cells).
Syntax
'Declaration
 
Public MustInherit Class WorksheetItemCollection(Of T As Class) 
public abstract class WorksheetItemCollection<T> 
where T: class
Type Parameters
T
The type of item contained in the collection.
Remarks

Because of the large number of elements on a worksheet, this collection internally creates elements when they are requested. Iterating this collection will only iterate the elements which have already been created.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also